﻿
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}

.w3-third{
    float:left;
    width:100%;
    /*border: 1px solid black;*/
    }

.w3-third{
    width:99.99999%;

}

@media only screen and (min-width:1000px){
    .w3-third{
        width:47.99999%;
        margin: 0.5%;
        min-height:370px;

    }
}

@media only screen and (min-width:1000px){
    .w3-third{
        width:47.99999%;
        margin: 0.5%;
        min-height:370px;
    }
}

.w3-third{
    padding:0 8px;}

#body{
    background-color:#fff;
    background-image: url("/img/cloud.png");
    background-size: 70%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}


.header {

  background-color:#06a5d3;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  position: relative;
  border-top: 8px solid #e6e6e6;
  top:0%;
  left:0%;

}

.footer{
    height: 70px;
    background-color:#e6e6e6;
    border-bottom: 8px solid #06a5d3;
    position: fixed; 
    bottom:0%;
    left:0%;
    width:100%; 
    box-shadow: 0px -10px 15px -10px #696969;
}


.valve {
    position: relative;
    width: 60%;
    left: 10%;
    top: 10%;
}

.logo {
    position: absolute;
    top:10%;
    height: 50px;
    right: 2%;
}

.mobile {
    position: relative;
    height: 25%;
    bottom:-150px;
}

p {
    font-family:Century Gothic, verdana;
    font-size:19px;
 }

p:before {
    content:"• ";
}

.message-text{
    font-family:Century Gothic, verdana;
}



.message-box1{
    background-color:#06a5d3;
    border-radius:10pt;
    border: 10pt solid #e6e6e6;
    color:#666666;
    text-align: center;
    font-size:25px;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    text-decoration: none;
    background-color: #06a5d3;
    color: #fff;
    width:25%;
    height: 75px;
    font-family:Century Gothic,verdana;
    text-align: center;
    height: 75px;
    line-height:75px;
    font-size:25px;
}